DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SpanDataCollection<T> Class / Item Property
The position of the requested item.

In This Topic
    Item Property (C1SpanDataCollection<T>)
    In This Topic
    Gets the item at the specified position.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public override T this[ 
       int index
    ]; {get;}

    Parameters

    index
    The position of the requested item.
    See Also